remove_or_null
Removes a key-value pair from the map, returning null
if the key is not found.
Since
0.11.0
Parameters
key
The key of the pair to remove.
Removes a key-value pair from the map, returning null
if the key is not found.
0.11.0
The key of the pair to remove.